In This Topic
Concatenates the given matrix with the current transformation matrix. Operator: cm
Syntax
public void concatenateMatrix(
double ,
double ,
double ,
double ,
double ,
double
)
|
Parameters
- a
- First matrix element.
- b
- Second matrix element.
- c
- Third matrix element.
- d
- Fourth matrix element.
- e
- Fifth matrix element.
- f
- Sixth matrix element.
See Also